Unfortunately, the success/failure syntax only shows a 0 or 1. However, as you are making a custom sheet, you could use a roll template to replicate the comparison and show the result. Something like the following roll template (away from my computer atm for a tornado warning, so this is untested): <rolltemplate class="sheet-rolltemplate-comparer">
{{d100}}{{#rollGreater() d100 target}}Failure{{/rollGreater() d100 target}}{{#^rollGreater() d100 target}}Success{{/^rollGreater() d100 target}}
</rolltemplate> To use this, you'd have a d100 field that stores the roll, and a target field that stores the target number. The macro would look like: &{template:comparer} {{d100=[[1d100cs@{lucky0}cs@{lucky1}cs@{lucky2}cs@{lucky3}cs@{lucky4}cs@{lucky5}cf@{unlucky0}cf@{unlucky1}cf@{unlucky2}cf@{unlucky3}cf@{unlucky4}cf@{unlucky5} ]]}} {{target= [[ @{acro}+@{attrb}]]}} Edited to correct a typo in the template html.